home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-screenplay-
/
shareware
/
warpquake
/
warpquakesrc
/
amiga_timer.s
< prev
next >
Wrap
Text File
|
2000-02-29
|
244b
|
18 lines
.section ".text"
.globl ppctimer
.type ppctimer,@function
# return the timebase registers in the structure passed in
.align 4
ppctimer: mftbu r4
mftbl r5
mftbu r6
cmpw r4,r6
bne- ppctimer
stw r4,0(r3)
stw r5,4(r3)
blr